home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TTEXTPROPDLG / TTEXTPROPDLG.txt
Encoding:
Text File  |  1997-04-15  |  11.9 KB  |  370 lines

  1. object TextPropDlg: TTextPropDlg
  2.   Left = 11
  3.   Top = 113
  4.   ActiveControl = Memo
  5.   BorderStyle = bsDialog
  6.   Caption = 'Static Text Property Editor'
  7.   ClientHeight = 359
  8.   ClientWidth = 362
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Scaled = False
  15.   TextHeight = 16
  16.   object SpeedButton1: TSpeedButton
  17.     Left = 266
  18.     Top = 324
  19.     Width = 89
  20.     Height = 30
  21.     Caption = 'Help'
  22.     Glyph.Data = {
  23.       06020000424D0602000000000000760000002800000028000000140000000100
  24.       0400000000009001000000000000000000000000000010000000000000000000
  25.       80000080000000808000800000008000800080800000C0C0C000808080000000
  26.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  27.       7777777777777777777777777777777777777777777777777777777777777777
  28.       777777777778887777777777777777777777777777777777778AA87777777777
  29.       777777788777777777777777778AA87777777777777777788777777777777777
  30.       78AA87774447777777777788777788877777778878AA87774447777777877788
  31.       777788877777778A8AA877777777777777887887777777777777778AAAA87777
  32.       4487777777888887777788777777778AAAAAA877448777777788888888778877
  33.       7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
  34.       77888888777777887777778AAA8778447784487777888887778877788777778A
  35.       A87774487774447777888877788777788877778A877774487774447777888777
  36.       7887777888777788777777447784487777887777778877788777778777777774
  37.       4444877777877777777888887777777777777777777777777777777777777777
  38.       7777777777777777777777777777777777777777777777777777777777777777
  39.       77777777777777777777}
  40.     NumGlyphs = 2
  41.     OnClick = SpeedButton1Click
  42.   end
  43.   object GroupBox1: TGroupBox
  44.     Left = 8
  45.     Top = 101
  46.     Width = 345
  47.     Height = 123
  48.     Caption = 'Border Settings'
  49.     TabOrder = 0
  50.     object Label1: TLabel
  51.       Left = 16
  52.       Top = 22
  53.       Width = 113
  54.       Height = 22
  55.       AutoSize = False
  56.       Caption = '&Border Style :'
  57.       FocusControl = LineStyle
  58.     end
  59.     object Label2: TLabel
  60.       Left = 16
  61.       Top = 54
  62.       Width = 113
  63.       Height = 22
  64.       AutoSize = False
  65.       Caption = 'Border &Colour :'
  66.       FocusControl = LineColor
  67.     end
  68.     object Label3: TLabel
  69.       Left = 16
  70.       Top = 89
  71.       Width = 113
  72.       Height = 22
  73.       AutoSize = False
  74.       Caption = 'Border &Width:'
  75.       FocusControl = LineWidth
  76.     end
  77.     object Label4: TLabel
  78.       Left = 208
  79.       Top = 89
  80.       Width = 113
  81.       Height = 22
  82.       AutoSize = False
  83.       Caption = '(Pixels)'
  84.       FocusControl = LineColor
  85.     end
  86.     object LineStyle: TComboBox
  87.       Left = 136
  88.       Top = 21
  89.       Width = 201
  90.       Height = 22
  91.       Style = csOwnerDrawFixed
  92.       ItemHeight = 16
  93.       Items.Strings = (
  94.         'Solid '
  95.         'Dashes'
  96.         'Dots'
  97.         'Dash, Dot'
  98.         'Dash, Dot, Dot')
  99.       TabOrder = 0
  100.       OnDrawItem = LineStyleDrawItem
  101.     end
  102.     object LineColor: TComboBox
  103.       Left = 136
  104.       Top = 53
  105.       Width = 201
  106.       Height = 22
  107.       Style = csOwnerDrawFixed
  108.       ItemHeight = 16
  109.       Items.Strings = (
  110.         'Black'
  111.         'Maroon'
  112.         'Green'
  113.         'Olive green'
  114.         'Navy blue'
  115.         'Purple'
  116.         'Teal'
  117.         'Gray'
  118.         'Silver'
  119.         'Red'
  120.         'Lime green'
  121.         'Yellow'
  122.         'Blue'
  123.         'Fuchsia'
  124.         'Aqua'
  125.         'White')
  126.       TabOrder = 1
  127.       OnDrawItem = LineColorDrawItem
  128.     end
  129.     object LineWidth: TSpinEdit
  130.       Left = 136
  131.       Top = 87
  132.       Width = 65
  133.       Height = 26
  134.       Font.Color = clWindowText
  135.       Font.Height = -13
  136.       Font.Name = 'MS Sans Serif'
  137.       Font.Style = []
  138.       MaxValue = 100
  139.       MinValue = 0
  140.       ParentFont = False
  141.       TabOrder = 2
  142.       Value = 1
  143.       OnChange = LineWidthChange
  144.     end
  145.   end
  146.   object GroupBox2: TGroupBox
  147.     Left = 8
  148.     Top = 227
  149.     Width = 345
  150.     Height = 91
  151.     Caption = 'Background Settings'
  152.     TabOrder = 1
  153.     object Label5: TLabel
  154.       Left = 16
  155.       Top = 24
  156.       Width = 113
  157.       Height = 22
  158.       AutoSize = False
  159.       Caption = '&Style :'
  160.       FocusControl = LineStyle
  161.     end
  162.     object Label6: TLabel
  163.       Left = 16
  164.       Top = 56
  165.       Width = 113
  166.       Height = 22
  167.       AutoSize = False
  168.       Caption = 'Colou&r :'
  169.       FocusControl = LineColor
  170.     end
  171.     object RectStyle: TComboBox
  172.       Left = 136
  173.       Top = 23
  174.       Width = 201
  175.       Height = 22
  176.       Style = csOwnerDrawFixed
  177.       ItemHeight = 16
  178.       Items.Strings = (
  179.         'bsSolid'
  180.         'bsClear'
  181.         'bsBDiagonal'
  182.         'bsFDiagonal'
  183.         'bsCross'
  184.         'bsDiagCross'
  185.         'bsHorizontal'
  186.         'bsVertical')
  187.       TabOrder = 0
  188.       OnDrawItem = RectStyleDrawItem
  189.     end
  190.     object RectColor: TComboBox
  191.       Left = 136
  192.       Top = 55
  193.       Width = 201
  194.       Height = 22
  195.       Style = csOwnerDrawFixed
  196.       ItemHeight = 16
  197.       Items.Strings = (
  198.         'Black'
  199.         'Maroon'
  200.         'Green'
  201.         'Olive green'
  202.         'Navy blue'
  203.         'Purple'
  204.         'Teal'
  205.         'Gray'
  206.         'Silver'
  207.         'Red'
  208.         'Lime green'
  209.         'Yellow'
  210.         'Blue'
  211.         'Fuchsia'
  212.         'Aqua'
  213.         'White')
  214.       TabOrder = 1
  215.       OnDrawItem = LineColorDrawItem
  216.     end
  217.   end
  218.   object GroupBox3: TGroupBox
  219.     Left = 8
  220.     Top = 1
  221.     Width = 345
  222.     Height = 101
  223.     Caption = '&Text:'
  224.     TabOrder = 2
  225.     object Memo: TMemo
  226.       Left = 10
  227.       Top = 19
  228.       Width = 326
  229.       Height = 73
  230.       Font.Color = clWindowText
  231.       Font.Height = -13
  232.       Font.Name = 'MS Sans Serif'
  233.       Font.Style = []
  234.       ParentFont = False
  235.       TabOrder = 0
  236.     end
  237.   end
  238.   object Button2: TButton
  239.     Left = 82
  240.     Top = 324
  241.     Width = 89
  242.     Height = 30
  243.     Caption = 'OK'
  244.     Default = True
  245.     ModalResult = 1
  246.     TabOrder = 3
  247.   end
  248.   object Button3: TButton
  249.     Left = 174
  250.     Top = 324
  251.     Width = 89
  252.     Height = 30
  253.     Cancel = True
  254.     Caption = 'Cancel'
  255.     ModalResult = 2
  256.     TabOrder = 4
  257.   end
  258.   object ODSHelp1: TODSHelp
  259.     HelpText.Strings = (
  260.       'Button2'
  261.       'Button3'
  262.       'GroupBox1'
  263.       'GroupBox2'
  264.       'GroupBox3'
  265.       'Label1'
  266.       'Label2'
  267.       'Label3'
  268.       'Label4'
  269.       'Label5'
  270.       'Label6'
  271.       'LineColor'
  272.       'LineStyle'
  273.       'LineWidth'
  274.       'Memo'
  275.       'ODSHelp1'
  276.       'RectColor'
  277.       'RectStyle'
  278.       'SpeedButton1')
  279.     HelpText.HelpData = {
  280.       130001000072005768656E2070726573736564207468697320627574746F6E20
  281.       77696C6C206170706C7920616E792070726F706572747920616D656E646D656E
  282.       747320666F722074686973206F626A65637420616E64207468656E2072657475
  283.       726E20746F2074686520506167652044657369676E65722E0001010000000100
  284.       0079005768656E2070726573736564207468697320627574746F6E2077696C6C
  285.       2063616E63656C20616E792070726F706572747920616D656E646D656E747320
  286.       6D61646520666F72202074686973206F626A65637420616E64207468656E2072
  287.       657475726E20746F2074686520506167652044657369676E65722E0001010000
  288.       0001000000000100000000010000000001000000000100000000010000000001
  289.       0000000001000000000100000000010000000001000000000100000000010000
  290.       0000010000000001000000000100000000010000000001000000000100004001
  291.       54686973206669656C6420616C6C6F77732074686520636F6C6F7572206F6620
  292.       746865206C696E65207573656420746F2064726177206120626F726465722061
  293.       726F756E6420746865206F626A65637420746F2062652063686F73656E2E2054
  294.       6F2073656C656374206120636F6C6F7572206F72206368616E676520616E2061
  295.       6C72656164792073656C656374656420636F6C6F75722C207573652074686520
  296.       9164726F702D646F776E92206172726F7720616E64207468656E2073656C6563
  297.       742074686520636F6C6F75722066726F6D20746865206C697374207468617420
  298.       697320646973706C617965642E0D0A0D0A496620796F752077616E7420746F20
  299.       72656D6F7665206120626F726465722066726F6D20616E204F626A6563742C20
  300.       73696D706C792073656C6563742074686520636F6C6F75722057686974652E00
  301.       0101000000010000B40154686973206669656C6420616C6C6F77732074686520
  302.       7374796C65206F6620746865206C696E65207573656420746F20647261772061
  303.       20626F726465722061726F756E6420746865206F626A65637420746F20626520
  304.       63686F73656E2E20546F2073656C6563742061207374796C65206F7220636861
  305.       6E676520616E20616C72656164792073656C6563746564207374796C652C2075
  306.       736520746865209164726F702D646F776E92206172726F7720616E6420746865
  307.       6E2073656C65637420746865207374796C652066726F6D20746865206C697374
  308.       207468617420697320646973706C617965642E0D0A0D0A49742073686F756C64
  309.       206265206E6F7465642074686174206C696E6573206F66206120746869636B6E
  310.       6573732067726561746572207468617420312C2077696C6C206F6E6C79207375
  311.       70706F7274206120736F6C6964206C696E65207374796C652E20496620746865
  312.       20426F72646572205769647468206669656C6420697320737065636966696564
  313.       206173206265696E672067726561746572207468616E206F6E652C207468656E
  314.       2074686973206669656C642077696C6C2062652064697361626C65642E000101
  315.       000000010000AD0154686973206669656C6420616C6C6F777320746865207769
  316.       647468206F6620746865206C696E65207573656420746F206472617720612062
  317.       6F726465722061726F756E6420746865206F626A65637420746F206265206368
  318.       6F73656E2E20546F2073656C656374206120646966666572656E742077696474
  319.       682C2065697468657220656E746572207468652076616C756520646972656374
  320.       6C7920696E746F2074686973206669656C642C206F7220757365207468652069
  321.       6E6372656D656E74616C20757020616E6420646F776E206172726F77732E0D0A
  322.       0D0A49742073686F756C64206265206E6F7465642074686174206C696E657320
  323.       6F66206120746869636B6E6573732067726561746572207468617420312C2077
  324.       696C6C206F6E6C7920737570706F7274206120736F6C6964206C696E65207374
  325.       796C652E2049662074686520426F72646572205769647468206669656C642069
  326.       7320737065636966696564206173206265696E67206772656174657220746861
  327.       6E206F6E652C207468656E2074686520426F72646572205374796C6520666965
  328.       6C642077696C6C2062652064697361626C65642E0001010000000100002B0154
  329.       686973206669656C6420616C6C6F777320746865207374617469632074657874
  330.       207468617420697320746F206265206173736F63696174656420776974682074
  331.       6865204F626A65637420746F206265207370656369666965642E0D0A0D0A5465
  332.       7874206D617920626520636F7069656420746F206F722066726F6D2074686520
  333.       57696E646F777320436C6970626F6172642C206279207573696E672074686520
  334.       7374616E646172642057696E646F777320436F707920616E6420506173746520
  335.       73686F7274637574206B6579733A0D0A0D0A4374726C202B204320746F20436F
  336.       707920746F2074686520436C6970626F6172642028436F7079290D0A4374726C
  337.       202B205620746F20436F70792066726F6D2074686520436C6970626F61726420
  338.       285061737465290D0A000101000000010000000001000000000100002D015468
  339.       6973206669656C6420616C6C6F77732074686520696E7465726E616C20636F6C
  340.       6F7572206F6620746865206F626A65637420746F2062652063686F73656E2E20
  341.       546F2073656C656374206120636F6C6F7572206F72206368616E676520616E20
  342.       616C72656164792073656C656374656420636F6C6F75722C2075736520746865
  343.       209164726F702D646F776E92206172726F7720616E64207468656E2073656C65
  344.       63742074686520636F6C6F75722066726F6D20746865206C6973742074686174
  345.       20697320646973706C617965642E0D0A0D0A496620796F752077616E7420746F
  346.       2072656D6F766520616E20696E7465726E616C20636F6C6F75722066726F6D20
  347.       616E204F626A6563742C2073696D706C792073656C6563742074686520636F6C
  348.       6F75722057686974652E000101000000010000390154686973206669656C6420
  349.       616C6C6F77732074686520696E7465726E616C207061747465726E207374796C
  350.       65206F6620746865206F626A65637420746F2062652063686F73656E2E20546F
  351.       2073656C6563742061207374796C65206F72206368616E676520616E20616C72
  352.       656164792073656C6563746564207374796C652C207573652074686520916472
  353.       6F702D646F776E92206172726F7720616E64207468656E2073656C6563742074
  354.       6865207374796C652066726F6D20746865206C69737420746861742069732064
  355.       6973706C617965642E0D0A0D0A546F2072656D6F76652061207061747465726E
  356.       2066726F6D2074686520696E73696465206F6620616E206F626A6563742C2073
  357.       696D706C792073656C6563742074686520636C656172207061747465726E2066
  358.       726F6D20746865206C6973742E00010100000001000000000100000000}
  359.     Color = 15269887
  360.     Font.Color = clWindowText
  361.     Font.Height = -11
  362.     Font.Name = 'MS Sans Serif'
  363.     Font.Style = []
  364.     ParentFont = True
  365.     MaxWidth = 300
  366.     MoreText = 'More Information...'
  367.     Top = 328
  368.   end
  369. end
  370.